'Declaration
Public Class UpDownEditor
(Of TEditor As {New, UpDownBase(Of TType)},
TType)
Inherits TypeEditor(Of TEditor)
Implements ITypeEditor
'Usage Dim instance As UpDownEditor(Of TEditor,TType)
public class UpDownEditor<TEditor,TType> : TypeEditor<TEditor>, ITypeEditor where TEditor: new(), UpDownBase<TType>



